ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.DataEngine Assembly / GrapeCity.Enterprise.Data.DataEngine Namespace / DataTree.TablixRow<T> Class / DataTree.TablixRow<T> Constructor

In This Topic
    DataTree.TablixRow<T> Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal cells() As DataTree.Scope(Of T) _
    )
    public DataTree.TablixRow<T>( 
       DataTree.Scope<T>[] cells
    )

    Parameters

    cells
    See Also